docs for 26.10.0.cl release - #548
Open
ShashiSubramanya wants to merge 15 commits into
Open
ShashiSubramanya wants to merge 15 commits into
ShashiSubramanya wants to merge 15 commits into
Conversation
…CAL-319281, SCAL-333470, SCAL-298005]
…333470, SCAL-298005]
…333470, SCAL-298005]
…L-319281, SCAL-333470]
…L-319281, SCAL-333470]
…s [SCAL-333470, SCAL-298005]
…r, scoped filter events [SCAL-333470, SCAL-298005]
…s [SCAL-333470, SCAL-298005]
…r, scoped filter events [SCAL-333470, SCAL-298005]
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ith October 2026 section prepended to complete main content Restores all existing release sections (Sep 2026 through Jan 2026) that were lost in the previous write due to context window truncation. Prepends the October 2026 / 26.10.0.cl section covering: Spotter Analyst API, Embed Spotter Analyst, Spotter conversation pinning, Feature Management API, and Scoped Liveboard filtering. Refs: SCAL-333470, SCAL-317811, SCAL-319281, SCAL-298005, SCAL-323877
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation updates for ThoughtSpot Cloud 26.10.0.cl and Visual Embed SDK 1.53.0. Covers four Jira items: SCAL-317811, SCAL-319281, SCAL-333470, SCAL-298005.
New pages
spotter-analyst-api.adoc— Spotter Analyst API referenceJira: SCAL-317811
Full REST API reference for the four new Spotter Analyst endpoints:
POST /api/rest/2.0/ai/agent/analysts/createPOST /api/rest/2.0/ai/agent/analysts/search(fetch and list modes)POST /api/rest/2.0/ai/agent/analysts/{analyst_identifier}/update(full-replace)POST /api/rest/2.0/ai/agent/analysts/{analyst_identifier}/deleteIncludes: Analyst object schema, privilege requirements per endpoint, request/response parameters, curl examples, and full error code tables.
feature-management-api.adoc— Feature Management API referenceJira: SCAL-319281
Full REST API reference for the three new Feature Management endpoints:
POST /api/rest/2.0/configurations/features/searchPOST /api/rest/2.0/configurations/features/assignments/updatePOST /api/rest/2.0/configurations/features/values/updateIncludes: scope concepts (CLUSTER vs ORG), feature identifier formats, privilege requirements, destructive-action warnings (
reset_org_overrides), curl examples, and error code tables.embed-spotter-analyst.adoc— Embed Spotter Analyst (TSE)Jira: SCAL-317811
SDK embed reference for pinning a single Spotter Analyst in an embedded application. Covers:
spotterAnalystConfig.analystId— pin to one AnalystspotterSidebarConfig— sidebar and chat pin configurationhiddenActions— locking the embed (switcher suppression)Action.QuickSearchPill,Action.DeepAnalysisPill,Action.DataLiteracyPill)spotterChatPinConfig— enabling conversation pinning in embedActionenum members in SDK 1.53.0Updated pages
whats-new.adocAdded October 2026 / 26.10.0.cl release section covering all four features: Spotter Analyst API, Embed Spotter Analyst, Spotter conversation pinning, Feature Management API, and scoped Liveboard filtering.
api-changelog.adoc— Visual Embed SDK changelogAdded SDK v1.53.0 entry covering:
spotterAnalystConfig,spotterChatPinConfig,isScopedLiveboardFilteringEnabled,starterPrompts,openSpotterOnLiveboardByDefault, new Action enum members, new EmbedEvent members, new HostEvent members, andHostEvent.UpdatePersonalizedViewdeprecation.rest-apiv2-changelog.adoc— REST API v2.0 changelogAdded 26.10.0.cl entry covering: Spotter Analyst API (4 endpoints), Feature Management API (3 endpoints), and
is_pinnedfield on Update Conversation.event-embedEvents.adoc— Embed events referenceAdded:
EmbedEvent.SpotterConversationPinnedandEmbedEvent.SpotterConversationUnpinnedwith payload shapes and usage exampleapplicabilityattribute onEmbedEvent.FilterChangedandEmbedEvent.ParameterChangedfor scoped filter eventsevents-hostEvents.adoc— Host events referenceAdded:
HostEvent.PinSpotterConversationandHostEvent.UnpinSpotterConversationwith usage exampleHostEvent.GetGroupsandHostEvent.OpenParameter(new in SDK 1.53.0)applicabilityattribute onHostEvent.OpenFilter,HostEvent.GetFilters,HostEvent.UpdateFilters,HostEvent.UpdateParameters,HostEvent.GetParametersHostEvent.UpdatePersonalizedViewdeprecation noticeJira coverage
spotter-analyst-api.adoc(new),embed-spotter-analyst.adoc(new), SDK changelog, REST changelog, What's Newfeature-management-api.adoc(new), REST changelog, What's Newembed-spotter-analyst.adoc,event-embedEvents.adoc,events-hostEvents.adoc, REST changelog, SDK changelog, What's Newevent-embedEvents.adoc,events-hostEvents.adoc, SDK changelog, What's NewOpen items (require follow-up)
obj_id): no attached source file provided. Draft pending engineering confirmation of TML schema changes for Variable objects.isScopedLiveboardFilteringEnabledSDK property is documented. Additional SDK-specific config parameters for the centralized filter modal UI behavior in embedded context need engineering confirmation.